-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Update Heltec Automation(TM) boards defintion. #2392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@Heltec-Aaron-Lee I would recommend you consider the other menu choices for these boards.
|
@stickbreaker should I undo this merge and undo again? or I can submission a new pull request it in the future update? |
@Heltec-Aaron-Lee Just modify the effected files. The pr points to a specific branch. Just modify that branch. |
I guess I will wait for the additions? |
Please consider the modifications to the partition map for the board support. The board has a larger flash than the default 4MB. I included an 8MB partition map in pr #2407 |
That was for the LoRa32 V2 hardware. |
@me-no-dev @n9wxu @stickbreaker I had submission a new push request #2470. I think this version is fine :D |
@Heltec-Aaron-Lee thanks! will close this one now :) @n9wxu does the new PR cover your requirements? |
heltec_wifi_lora_32_V2.build.flash_mode=dio | ||
heltec_wifi_lora_32_V2.build.flash_size=4MB | ||
heltec_wifi_lora_32_V2.build.boot=dio | ||
heltec_wifi_lora_32_V2.build.partitions=default |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default LoRa32 v2 has 8MB of flash and needs a different partition map. This can be found in PR #2407
|
||
heltec_wifi_lora_32_V2.build.f_cpu=240000000L | ||
heltec_wifi_lora_32_V2.build.flash_mode=dio | ||
heltec_wifi_lora_32_V2.build.flash_size=4MB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be 8MB to cover the flash on the V2 HW.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Update Heltec Automation(TM) boards defintion, include WiFi_Kit_32, WiFi_LoRa_32, WiFi_LoRa_32_V2, Wireless_Stick defintions.
Please check.